Duration Class |
Namespace: Independentsoft.Exchange
The Duration type exposes the following members.
| Name | Description | |
|---|---|---|
| Duration |
Initializes a new instance of the Duration class.
| |
| Duration(Int32) |
Initializes a new instance of the Duration class.
| |
| Duration(Int32, Int32) |
Initializes a new instance of the Duration class.
| |
| Duration(Int32, Int32, Int32) |
Initializes a new instance of the Duration class.
| |
| Duration(Int32, Int32, Int32, Int32) |
Initializes a new instance of the Duration class.
| |
| Duration(Int32, Int32, Int32, Int32, Int32) |
Initializes a new instance of the Duration class.
| |
| Duration(Int32, Int32, Int32, Int32, Int32, Int32) |
Initializes a new instance of the Duration class.
| |
| Duration(Int32, Int32, Int32, Int32, Int32, Int32, Int32) |
Initializes a new instance of the Duration class.
|
| Name | Description | |
|---|---|---|
| Days |
Gets or sets the days.
| |
| Hours |
Gets or sets the hours.
| |
| IsNegative |
Gets or sets a value indicating whether this instance is negative.
| |
| Milliseconds |
Gets or sets the milliseconds.
| |
| Minutes |
Gets or sets the minutes.
| |
| Months |
Gets or sets the months.
| |
| Seconds |
Gets or sets the seconds.
| |
| Years |
Gets or sets the years.
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Parse |
Parses the specified duration.
| |
| ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |